home *** CD-ROM | disk | FTP | other *** search
/ Colson Caster Selection Guide 3 / Colson Caster Selection Guide 3.0.iso / data1.cab / Program_Executable_Files / colsoncd.dxr / 00001Series_273.ls < prev    next >
Encoding:
Text File  |  2000-01-12  |  361 b   |  14 lines

  1. on mouseUp
  2.   if field "mtmodnum" contains "67" then
  3.     alert("You cannot specify Conductive Wheels with Expanding Adapter Stems")
  4.     abort()
  5.   end if
  6.   put "56" into field "whmodnum"
  7.   put "5" into field "bemodnum"
  8.   put EMPTY into field "comodnum"
  9.   put "(COND)" into field "whexmodnum"
  10.   puppetSound("mainsnd")
  11.   puppetTransition(47, 1, 8)
  12.   VBSEARCH()
  13. end
  14.